home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.2 Development Libraries / SGI IRIX 6.2 Development Libraries.iso / dist / complib.idb / usr / share / catman / p_man / cat3 / complib / RST.z / RST
Text File  |  1996-03-14  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4. ____RRRRSSSSTTTT((((3333FFFF))))                                                              ____RRRRSSSSTTTT((((3333FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      RST, SRST     -  EISPACK routine.  This subroutine calls the recommended
  10.      sequence of subroutines from the eigensystem subroutine package (EISPACK)
  11.      to find the eigenvalues and eigenvectors (if desired) of a REAL SYMMETRIC
  12.      TRIDIAGONAL matrix.
  13.  
  14.  
  15. SSSSYYYYNNNNOOOOPPPPSSSSYYYYSSSS
  16.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee  rrrrsssstttt((((nnnnmmmm,,,, nnnn,,,, wwww,,,, eeee,,,, mmmmaaaattttzzzz,,,, zzzz,,,, iiiieeeerrrrrrrr))))
  17.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  18.           ddddoooouuuubbbblllleeee pppprrrreeeecccciiiissssiiiioooonnnn wwww((((nnnn)))),,,, eeee((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn))))
  19.  
  20.           ssssuuuubbbbrrrroooouuuuttttiiiinnnneeee ssssrrrrsssstttt((((nnnnmmmm,,,, nnnn,,,, wwww,,,, eeee,,,, mmmmaaaattttzzzz,,,, zzzz,,,, iiiieeeerrrrrrrr))))
  21.           iiiinnnntttteeeeggggeeeerrrr          nnnnmmmm,,,, nnnn,,,, mmmmaaaattttzzzz,,,, iiiieeeerrrrrrrr
  22.           rrrreeeeaaaallll             wwww((((nnnn)))),,,, eeee((((nnnn)))),,,, zzzz((((nnnnmmmm,,,,nnnn))))
  23.  
  24.  
  25.  
  26. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  27.      On Input
  28.  
  29.      NNNNMMMM must be set to the row dimension of the two-dimensional array
  30.      parameters as declared in the calling program dimension statement.
  31.  
  32.      NNNN is the order of the matrix.
  33.  
  34.      WWWW contains the diagonal elements of the real symmetric tridiagonal
  35.      matrix.
  36.  
  37.      EEEE contains the subdiagonal elements of the matrix in its last N-1
  38.      POSITIONS.  E(1) is arbitrary.
  39.  
  40.      MMMMAAAATTTTZZZZ is an integer variable set equal to zero if only eigenvalues are
  41.      desired.  Otherwise it is set to any non-zero integer for both
  42.      eigenvalues and eigenvectors.  On Output
  43.  
  44.      WWWW contains the eigenvalues in ascending order.
  45.  
  46.      ZZZZ contains the eigenvectors if MATZ is not zero.
  47.  
  48.      IIIIEEEERRRRRRRR is an integer output variable set equal to an error completion code
  49.      described in section 2B of the documentation.  The normal completion code
  50.      is zero.  Questions and comments should be directed to B. S. Garbow,
  51.      APPLIED MATHEMATICS DIVISION, ARGONNE NATIONAL LABORATORY
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.